home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
domacnost a kancelar
/
autoit
/
autoit-v3-setup.exe
/
Examples
/
Helpfile
/
StringInStr.au3
< prev
next >
Wrap
Text File
|
2007-09-08
|
236b
|
5 lines
$result = StringInStr("I am a String", "RING")
MsgBox(0, "Search result:", $result)
$location = StringInStr("How much wood could a woodchuck chuck is a woodchuck could chuck wood?", "wood", 0, 3) ; Find the 3rd occurance of "wood"